reflect.rtype.t (field)
34 uses
reflect (current package)
type.go#L352: t abi.Type
type.go#L356: return &t.t
type.go#L360: return t.t.Uncommon()
type.go#L602: s := t.nameOff(t.t.Str).Name()
type.go#L603: if t.t.TFlag&abi.TFlagExtraStar != 0 {
type.go#L609: func (t *rtype) Size() uintptr { return t.t.Size() }
type.go#L619: return int(t.t.Size_) * 8
type.go#L622: func (t *rtype) Align() int { return t.t.Align() }
type.go#L624: func (t *rtype) FieldAlign() int { return t.t.FieldAlign() }
type.go#L626: func (t *rtype) Kind() Kind { return Kind(t.t.Kind()) }
type.go#L672: m.Func = Value{&mt.(*rtype).t, fn, fl}
type.go#L711: if t.t.TFlag&abi.TFlagNamed == 0 {
type.go#L726: if !t.t.HasName() {
type.go#L909: return canRangeFunc(&t.t)
type.go#L937: return canRangeFunc2(&t.t)
type.go#L1419: at := &t.t
type.go#L1433: if p.Elem != &t.t {
type.go#L1454: pp.Hash = fnv1(t.t.Hash, '*')
type.go#L1500: return t.t.Equal != nil
type.go#L1958: hash = fnv1(hash, byte(t.t.Hash>>24), byte(t.t.Hash>>16), byte(t.t.Hash>>8), byte(t.t.Hash))
type.go#L1967: hash = fnv1(hash, byte(t.t.Hash>>24), byte(t.t.Hash>>16), byte(t.t.Hash>>8), byte(t.t.Hash))
type.go#L2721: array.Slice = &(SliceOf(elem).(*rtype).t)
value.go#L524: v = v.assignTo("reflect.Value.Call", &targ.t, nil)
value.go#L532: typedmemmove(&targ.t, addr, v.ptr)
value.go#L3061: s := unsafeheader.Slice{Data: unsafe_NewArray(&(typ.Elem().(*rtype).t), cap), Len: len, Cap: cap}
value.go#L3062: return Value{&typ.(*rtype).t, unsafe.Pointer(&s), flagIndir | flag(Slice)}
value.go#L3135: t := &typ.(*rtype).t
value.go#L3158: t := &typ.(*rtype).t
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |